endless loop meaning in English
死循环
无端环
无限循环
Examples
- In an endless loop seemed more natural
好像更为自然。 - The endless loop typically involves blocking , or waiting , on a semaphore
死循环中一般包括阻塞或等待一个信号量。 - If crt blocks were not excluded in this case , an endless loop would overflow the stack
如果在这种情况下未排除crt块,则无限循环将导致溢出堆栈: - The if statement checks for this condition and exits if it exists , preventing endless looping
语句会检查此条件,如果它存在,则退出,从而防止无限循环。 - Because the windows apis do not use the crt heap , they would not trap the hook in an endless loop
由于windows api不使用crt堆,因此它们不会使挂钩函数陷入无限循环。